Lender Price API Web Service
Lender Price API Web Service / LockEventExceptionInfo Json Schema
In This Topic
    LockEventExceptionInfo Json Schema
    In This Topic
    Overview
    LockEventExceptionInfo
    comment : string
    A string used to add comment about a price exception that is being applied to a lock
    exceptionPriceType : string
    exceptionType : string
    An enum indicating the exception type. This field is used to indicate where it will be applied. Rate for a additional rate based adjustment, Price for additional point based adjustment. Fee for additional closing costs.
    exceptionValueType : string
    An enum indicating the value type. It will either be a Points(percentage of loan amount) or Amount which is the exact dollar amount that will need to be added.
    holdback : boolean
    counter : integer
    internal only
    date : string

    The current date.

    internal only

    machineIdentifier : integer
    internal only
    processIdentifier : integer
    internal only
    time : integer
    internal only
    timeSecond : integer
    internal only
    timestamp : integer
    internal only
    reason : string
    A string used to provide the reason why a price exception is being applied to a lock
    requestType : string
    An enum indicating whether the price exception will need approval ie Request or it is already approved ie Grant
    value : number
    values : object
    A object of key-value pairs where the key is the ExceptionType enum and the value is the corresponding double that is tied for the ExceptionType.
    valuesList : Array[ExceptionData]
    A object of key-value pairs where the key is the ExceptionType enum and the value is the corresponding double that is tied for the ExceptionType.
    comment : string
    costCenter : string
    exceptionDataId : string
    exceptionPriceType : string
    exceptionStatus : string
    createdBy : string
    createdDate : string
    exceptionStatus : string
    fullName : string
    userId : ObjectId
    username : string
    reason : string
    type : string
    value : number
    Properties
    NameDescriptionData Type
    A string used to add comment about a price exception that is being applied to a lockstring
     string
    An enum indicating the exception type. This field is used to indicate where it will be applied. Rate for a additional rate based adjustment, Price for additional point based adjustment. Fee for additional closing costs.string
    An enum indicating the value type. It will either be a Points(percentage of loan amount) or Amount which is the exact dollar amount that will need to be added.string
     boolean
     ObjectId
    A string used to provide the reason why a price exception is being applied to a lockstring
    An enum indicating whether the price exception will need approval ie Request or it is already approved ie Grantstring
     number
    A object of key-value pairs where the key is the ExceptionType enum and the value is the corresponding double that is tied for the ExceptionType.object
    A object of key-value pairs where the key is the ExceptionType enum and the value is the corresponding double that is tied for the ExceptionType.Array[ExceptionData]
    See Also